home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / m68k / fbug68k.arc / CONF.S < prev    next >
Text File  |  1989-08-17  |  357b  |  18 lines

  1. file "conf.s"
  2. global conf
  3. #global confres,conf
  4. text
  5.  
  6. conf:    rts 
  7.  
  8. # Two versions of implementation are shown below
  9.  
  10. # conf:     mov.l    ([confres]),a0
  11. #         long     4000 the confidence test would reside here and 
  12. #                 conclude with an RTS
  13.  
  14. #conf:        mov.l    ([confres]),a0
  15. #        jsr    confidence a separate routine can be written to
  16. #            perform the confidence test
  17. #        rts
  18.